/*------------------------------------------------------------------

    Main Style Stylesheet
    Project:        BEAM. |  
    Version:        1.0
    Author:         Bakhtrai Badr
    Last change:    9/12/2018
    Primary use:    App And Software Showcase 

-------------------------------------------------------------------*/

/*=======================================================

			TABLE OF CONTENT:

   1*)Body Style
   2*)Typography
   3*)Buttons
   4*)Navbar
   5*)Banner
   6*)About
   7*)Services
   8*)Features
   9*)Prices
   10*)Testimonials
   11*)Video PopUp
   12*)App Screenshots
   13*)Team
   14*)Brands
   15*)Contact
   16*)Media Queries:

========================================================*/

/*@import url("https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700");*/
@import url('https://fonts.googleapis.com/css2?family=Comfortaa&display=swap');

/*=======================================================
			BODY:
========================================================*/

body {
    /*font-family: 'Montserrat', sans-serif;*/
    font-family: 'Comfortaa', cursive;
    line-height: 1.8;
    letter-spacing: 0.05em;
    color: #686b75;
}

/*=======================================================
			COLORS(Only Visible In Scss File):
========================================================*/

/*=======================================================
			TYPOGRAPHY:
========================================================*/

h1 {
    font-size: 55px;
    font-weight: bold;
    line-height: 1.3em;
    color: #fff;
}

h2 {
    font-size: 36px;
    font-weight: bold;
}

h4 {
    font-size: 20px;
    font-weight: 600;
}

.section-title {
    margin: 0;
}

.section-title:after {
    content: "";
    position: relative;
    left: 50%;
    bottom: 0;
    width: 60px;
    height: 4px;
    display: block;
    background-color: #023E7D;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    border-radius: 5px;
    margin: 30px 0;
}

.sub {
    color: #fff;
    font-size: 18px;
    line-height: 1.7em;
    font-weight: 500;
}

/*=======================================================
			BUTTONS:
========================================================*/

.btn-primary {
    background: #023E7D;
    padding: 15px 20px;
    font-weight: bold;
    border: none;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
    background: #023E7D;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
    transform: translateY(-3px);
    transition: all .2s ease-in-out;
}

.btn-secondary {
    background: #023E7D;
    padding: 15px 20px;
    font-weight: bold;
    border: none;
}

.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active {
    background: #023E7D;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
    transform: translateY(-3px);
    transition: all .2s ease-in-out;
}

.btn-transparent {
    background: transparent;
    padding: 15px 20px;
    text-transform: uppercase;
    font-weight: bold;
    border: 2px solid #023E7D;
    color:#023E7D
}

.btn-transparent:hover,
.btn-transparent:focus,
.btn-transparent:active {
    background: #023E7D;
    color: #fff;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
    transform: translateY(-3px);
    transition: all .2s ease-in-out;
}

/*=======================================================
			NAVBAR
========================================================*/

.navbar {
    transition: all .2s ease-in-out;
}

.navbar .navbar-brand {
    font-weight: bold;
    letter-spacing: 0.3em;
    color: #023E7D;
}

.navbar .navbar-brand span {
    color: #023E7D;
}

.navbar .navbar-collapse {
    padding: 30px 0 0 0;
}

.navbar .navbar-nav .nav-link {
    color: #023E7D;
    padding: 0 0.8rem;
    transition: all .2s ease-in-out;
}

.navbar .navbar-nav .nav-link:hover {
    color: #1992ec;
}

.navbar .navbar-nav .nav-link.active {
    color: #023E7D;
    font-weight: 700;
}
.navbar-light .navbar-nav .nav-link.active {
    color: #F0F8FF !important;
}

.navbar .navbar-nav .active > .nav-link {
    color: #023E7D;
}

.navbar .navbar-nav .btn {
    position: relative;
    top: -15px;
    margin-left: 15px;
}

.navbar .navbar-toggler {
    border: none;
}

.navbar .navbar-toggler i {
    font-size: 2.5rem;
    color: #fff;
}

.navbar .navbar-toggler:focus,
.navbar .navbar-toggler:hover {
    border: none;
    outline: 0;
}

.navbar-light {
    background: #023E7D;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
    transition: all .2s ease-in-out;
}

.navbar-light .navbar-brand {
    color: #fff;
    transition: all .2s ease-in-out;
}

.navbar-light .navbar-collapse {
    padding: 25px 0 0 0;
}

.navbar-light .navbar-brand:hover {
    color: #023E7D;
}

.navbar-light .navbar-nav .nav-link {
    color: #fff;
}

.navbar-light .navbar-nav .nav-link.active {
    color: #023E7D;
}

.navbar-light .navbar-toggler {
    border: none;
}

.navbar-light .navbar-toggler i {
    font-size: 2.5rem;
    color: #fff;
}

.navbar-light .navbar-toggler:focus,
.navbar-light .navbar-toggler:hover {
    border: none;
    outline: 0;
}

/*=======================================================
			BANNER:
========================================================*/
#home{
    /*background: url(../imgs/banner.png);*/
}
.banner {
    background: #F0F8FF url(../imgs/banner.png) center center;
    background-size: cover;
    background-position: top center;
    text-align: center;
}

.banner .container .caption {
    padding-top: 180px;
}

.banner .container .caption h1 {
    margin-bottom: 20px;
    color: #023E7D !important
}

.banner .container .caption p {
    margin-bottom: 20px;
    color: #023E7D !important
}

.banner .container .caption .btn {
    margin-bottom: 40px;
}

.banner .container .caption img {
    width: 800px;
}

/*=======================================================
			ABOUT:
========================================================*/

#about {
    padding: 120px 0;
    text-align: center;
}

/*=======================================================
			SERVICES:
========================================================*/

#services {
    padding: 0;
}

#services p {
    margin: 25px 0;
}

#services ul li span {
    position: relative;
    bottom: 15px;
}

#services .img-table {
    position: relative;
    top: 30px;
}

#services .caption {
    position: relative;
    top: 30px;
}

#services .seconde {
    padding: 80px 0;
}

/*=======================================================
			FEATURES:
========================================================*/

#features {
    background: #F0F8FF;
    padding: 120px 0;
    text-align: center;
    color: #fff;
}

#features .feature {
    margin: 30px 0;
    padding: 0 20px;
    transition: all .2s ease-in-out;
}

#features .feature .feature-icon {
    background: url(../imgs/icons-bg.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: inline-block;
    width: 125px;
    height: 125px;
}

#features .feature .feature-icon svg {
    position: relative;
    top: 40px;
}

#features .feature h4 {
    margin: 25px 0;
}

#features .feature:hover {
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
    transform: translateY(-3px);
}

/*=======================================================
			PRICES:
========================================================*/

#prices {
    padding: 120px 0;
    background: #F0F8FF url(../imgs/pricing-bg.png1);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    color: #fff;
    text-align: center;
}

#prices .price-table,.prices2 .price-table {
    background: #fff;
    color: #686b75;
    transition: all .2s ease-in-out;
    border-radius: 5px;
    margin: 30px 0;
}

#prices .price-table .header,.prices2 .price-table .header {
    margin-bottom: 30px;
    /*padding: 60px 30px;*/
    padding-left: 20px;
    padding-top: 20px;
}

#prices .price-table .header .title,.prices2 .price-table .header .title {
    color: #023E7D;
    font-weight: 500;
}

#prices .price-table .header .price,.prices2 .price-table .header .price {
    font-size: 40px;
    color: #000;
    font-weight: 700;
}

#prices .price-table .header h4,.prices2 .price-table .header h4 {
    font-weight: 700;
}

#prices .price-table ul,.prices2 .price-table ul {
    list-style: none;
    padding: 0;
    margin: 15px 0;
}

#prices .price-table .btn,.prices2 .price-table .btn {
    margin-top: 30px;
}

#prices .price-table:hover,.prices2 .price-table:hover {
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
    transform: translateY(-3px);
}
.prices2 .title{
    font-size:34px
}
.prices2 .price-table {
    border-bottom-right-radius: 55px;
    height: 510px !important;
}
.prices2 .header i{
    font-size: 80px;
    margin-bottom: 20px;
}

/*=======================================================
			TESTIMONIALS:
========================================================*/

#testimonials {
    padding: 120px 0 120px 0;
    text-align: center;
}

#testimonials .carousel-container {
    margin: 0 auto;
}

#testimonials .carousel-container .testi-icon {
    background: url(../imgs/icons-bg.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: inline-block;
    width: 90px;
    height: 90px;
}

#testimonials .carousel-container .testi-icon svg {
    position: relative;
    top: 20px;
}

#testimonials .carousel-container .quote {
    font-size: 18px;
    font-weight: bold;
    margin: 40px 0;
}

#testimonials .carousel-container img {
    width: 60px;
}

#testimonials .carousel-container .item {
    padding: 0 10px;
}

#testimonials .carousel-container .owl-theme .owl-controls .owl-page span {
    display: block;
    width: 12px;
    height: 12px;
    margin: 5px 7px;
    filter: Alpha(Opacity=50);
    opacity: 0.5;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    border: 2px solid #023E7D;
    background: transparent;
}

#testimonials .carousel-container .owl-theme .owl-controls .owl-page.active span,
#testimonials .carousel-container .owl-theme .owl-controls.clickable .owl-page:hover span {
    background: #023E7D;
}

/*=======================================================
			VIDEO POP UP:
========================================================*/

#video-popup {
    padding: 100px 0;
}

#video-popup .video-box {
    margin: 0 auto;
    text-align: center;
}

#video-popup .video-box .play-button a {
    background: #fff;
    position: absolute;
    left: calc(50% - 40px);
    top: calc(50% - 40px);
    width: 80px;
    height: 80px;
    line-height: 6.8;
    border-radius: 100%;
    transition: all .2s ease-in-out;
    z-index: 2;
}

#video-popup .video-box .play-button a i {
    color: #023E7D;
    font-size: 40px;
}

#video-popup .video-box .play-button a:hover {
    background: #023E7D;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
    transform: translateY(-3px);
}

#video-popup .video-box .play-button a:hover i {
    color: #fff;
}

#video-popup .video-box .waves-block {
    position: absolute;
    width: 384px;
    width: 24rem;
    height: 384px;
    height: 24rem;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1;
}

#video-popup .video-box .waves-block .waves {
    position: absolute;
    width: 384px;
    width: 24rem;
    height: 384px;
    height: 24rem;
    background: rgba(255, 255, 255, 0.4);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    border-radius: 320px;
    background-clip: padding-box;
    -webkit-animation: waves 3s ease-in-out infinite;
    animation: waves 3s ease-in-out infinite;
}

#video-popup .video-box .waves-block .wave-1 {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}

#video-popup .video-box .waves-block .wave-2 {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

#video-popup .video-box .waves-block .wave-3 {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}

@keyframes waves {
    0% {
        -webkit-transform: scale(0.2, 0.2);
        transform: scale(0.2, 0.2);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
    50% {
        opacity: 0.9;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    }
    100% {
        -webkit-transform: scale(0.9, 0.9);
        transform: scale(0.9, 0.9);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
}

/*=======================================================
			APP SCREENSHOTS:
========================================================*/

#screenshots {
    padding: 100px 0;
    text-align: center;
}

#screenshots .title-container {
    margin: 0 auto;
}

#screenshots .item {
    margin: 40px 20px;
}

#screenshots .item img {
    box-shadow: 0 3px 15px rgba(76, 76, 77, 0.15);
}

#screenshots .owl-theme .owl-controls .owl-page span {
    display: block;
    width: 12px;
    height: 12px;
    margin: 5px 7px;
    filter: Alpha(Opacity=50);
    opacity: 0.5;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    border: 2px solid #023E7D;
    background: transparent;
}

#screenshots .owl-theme .owl-controls .owl-page.active span,
#screenshots .owl-theme .owl-controls.clickable .owl-page:hover span {
    background: #023E7D;
}

/*=======================================================
			TEAM:
========================================================*/

#team {
    padding: 120px 0;
    text-align: center;
}

#team .title-container {
    margin: 40px auto;
}

#team .member img {
    width: 250px;
    margin: 0 auto;
}

#team .member h4 {
    margin-top: 15px;
}

#team .member h4:after {
    content: "";
    position: relative;
    left: 50%;
    bottom: 0;
    width: 60px;
    height: 2px;
    display: block;
    background-color: #023E7D;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    border-radius: 5px;
    margin: 15px 0;
}

#team .member .social-media {
    list-style: none;
    margin: 0 auto;
    padding: 0;
}

#team .member .social-media li {
    display: inline-block;
    background: #023E7D;
    transition: all .2s ease-in-out;
    border-radius: 100%;
    line-height: 2.5;
    margin: 0 8px 8px 0;
    width: 40px;
    height: 40px;
}

#team .member .social-media li a {
    color: #fff;
}

#team .member .social-media li:hover {
    cursor: pointer;
    background: #023E7D;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
    transform: translateY(-3px);
}

/*=======================================================
			BRANDS:
========================================================*/

#brands {
    padding: 120px 0;
    text-align: center;
}

#brands .title-container {
    margin: 0 auto;
}

#brands .item {
    margin: 25px 0;
}

#brands .owl-theme .owl-controls .owl-page span {
    display: block;
    width: 12px;
    height: 12px;
    margin: 5px 7px;
    filter: Alpha(Opacity=50);
    opacity: 0.5;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    border: 2px solid #023E7D;
    background: transparent;
}

#brands .owl-theme .owl-controls .owl-page.active span,
#brands .owl-theme .owl-controls.clickable .owl-page:hover span {
    background: #023E7D;
}

/*=======================================================
			CONTACT:
========================================================*/

#contact {
    background: #F0F8FF;/*url(../imgs/footer.png);*/
    background-size: cover;
    background-position: top center;
    padding: 30px 0 40px 0;
    
    margin-top:0 !important  
}
#footer {
    background: #023E7D;/*url(../imgs/footer.png);*/
    background-size: cover;
    background-position: top center;
    padding: 30px 0 40px 0;
    color: #fff;
    margin-top:0 !important  
}

#contact .title-container {
    margin: 0 auto;
}

#contact form {
    margin: 40px 0;
}

#contact form .form-group label {
    font-size: 14px;
    font-weight: 700;
}

#contact form .form-group .form-control {
    padding: 13px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
    border-radius: 2px;
    border: 1px solid #DDE4F4;
    outline: none;
}

#contact form .btn {
    margin: 1rem 0;
}

#contact p {
    text-align: center;
}

/*=======================================================
			MEDIA QUERIES:
========================================================*/

@media (max-width: 992px) {
    .banner .container .row .caption h1 {
        font-size: 48px;
    }

    section .container .row h2 {
        font-size: 28px;
    }
    .logo2{
        display: block !important
    }
    .logo1{
        display: none;
    }
    .nav-link{
        color:#fff !important
    }
    .navbar .btn-transparent{
        color:#fff;
        border: solid 1px;
    }
}

@media (max-width: 991px) {
    #home .navbar {
        background: #023E7D;
    }
    #home .navbar .navbar-collapse .navbar-nav .btn {
        position: static;
        margin: 10px 0 0 0;
    }
}

@media (max-width: 767px) {
    #home .banner .caption h1 {
        font-size: 34px;
    }
}
@media (min-width: 1366px) {
    #home .banner .caption {
        padding-top: 250px;
    }
}
@media (max-width: 400px) {
    #video-popup .video-box .waves-block {
        display: none;
    }
    .subscribe-text{
        font-size: 12px;
    }
    .subscribe-input{
        padding-top:5.9px;padding-bottom:1.9px;
        height: 46px;
    }
    .footer-logo img{
        max-width: 200px;
    }
}
@media (max-width: 500px) {
    
    .subscribe-text{
        font-size: 12px;
    }
    .subscribe-input{
        padding-top:5.9px;padding-bottom:1.9px;
        height: 46px;
    }
    .footer-logo img{
        max-width: 200px;
    }
}
.bg{
    background: #023E7D;
    color:#fff !important;
    padding:10px;
}
.bg2{
    background: #0254A6;
    color:#fff !important;
    padding:25px 10px 25px 10px !important;
}
.center{
    text-align:center
}
.no-pad-left{
    padding-left:0 !important
}
.no-pad-right{
    padding-right:0 !important
}
.left-form{
    width:70%;
    float:left
}
.left-form .form-control{
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}
.right-form{
    width:30%;
    float:left
}
.hide-overflow{
    overflow: hidden;
}
.footer-h4{
    font-weight: normal
}
.round img{
    margin-top:100px;
    border:solid #eee;
    height:180px;
    min-width:180px;
    border-radius: 100%;
}
.text-primary-2{
    color:#023E7D
}
.text-primary-3{
    color:#1992ec
}
.no-bullet{
    padding-left:0;
}
.no-bullet li{
    list-style: none;
}
.text-grey{
    color:#ccc
}
#owl-brands img{
    height: 121px;
}
#owl-brands .item{
    text-align: center !important;
}
.footer-icons-2 i{
    font-size: 30px;
    padding-right:10px;
    color:#fff
}
a{
    color:#023E7D
}
.bordered{
    border:solid #023E7D 2px !important
}
#footer .title{
    font-size: 16px;
    font-weight: bold;
    /*border-bottom: solid 1px;
    padding-bottom:10px*/
}
.navbar-light .btn-transparent{
    color:#fff;
    border: solid 1px;
}
.logo-none{
    display: none
}

.navbar-light .logo1{
    display: none
}
.navbar-light .logo-none{
    display: block
}
#footer hr{
    border:solid 1px #fff;
    width: 100%;
    float: left;
    margin-top:0 !important;
    margin-bottom:0 !important;
}
#home .banner .caption h1 {
    font-size: 34px;
}
.subscribe-input{
    padding-top:13.9px;padding-bottom:13.9px
}
.item{
    max-width: 600px !important;
    text-align: left !important;
    margin: 0 auto;
}
.item p{
    font-size: 14px !important;
}
.ct-form{
    width:90%;
    max-width:600px;
    margin:0 auto;
}
@media (min-width: 992px) {
    .wow ul li,.wow p{
        font-size: 14px !important;
    }
}
/*.pricing li:nth-of-type(odd) {
    background-color: #023E7D !important;
    color:#fff;
    padding:10px
}
.pricing li:nth-of-type(even) {
    background-color: #F0F8FF !important;
    color:#023E7D;
    padding:10px
}
.no-bg{
    background-color: #fff !important;
}*/
.pricing{
    padding-bottom: 10px;
}
.pricing ul{
    margin-top: 0 !important;
}
.pricing li{
    border-bottom:solid 0.2px #e8e8e8;
    padding: 5px;
}
.no-border{
    border-bottom:none !important;
}
.pricing .header{
    background: #1992ec;
    border:solid 0.2px #fff;
    border-bottom: none;
    margin-bottom: 0 !important;
}
.pricing .header i,.pricing .header h4{
    color:#f8f8f8
}
h6.title{
    font-size: 30px !important;
    text-transform: capitalize !important;
}
.offer{
    text-align: left;
}
.deep p{
    color:grey !important
}
.deep{
    background-color: #F0F8FF;
}
.offer li span{
    font-weight: bold !important;
    color:black !important
}
.no-bullet a:hover{
    text-decoration: underline !important;
    cursor: pointer !important;
}